VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue> Class
In This Topic
CollectedAnalyzerResultExecutor Class Methods
In This Topic
For a list of all methods of this type, see CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue>.
Public Methods
 NameDescription
Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>)
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the retargeted composite command with specified target type. (Inherited from CompositeProcessingCommand<TTarget>)
Public MethodOverloaded. Executes processing command on the specified target.
Public MethodReturns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>)
Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
Protected Methods
 NameDescription
Protected MethodCreates the composite processing result. (Inherited from CompositeProcessingCommand<TTarget>)
Protected MethodExecutes a sequence of processing commands. (Inherited from CompositeProcessingCommand<TTarget>)
Protected MethodReturns the count of inner commands. (Inherited from CompositeProcessingCommand<TTarget>)
See Also